x86: suppress pointless Xen messages from ioapic_guest_write()
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 17 Mar 2010 14:09:55 +0000 (14:09 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 17 Mar 2010 14:09:55 +0000 (14:09 +0000)
commit5e827c9822dafd58156437977a12bd3d82f1f490
tree631df33b502d2e2f6e17e7734e2f55b12dd31baf
parentcdffe59f087dafab9ff12f6c8c2be4e67e848342
x86: suppress pointless Xen messages from ioapic_guest_write()

Previously, these messages were only issued when old and new RTE
differed. Make it so again (requiring adjustment of the guest provided
RTE as that no longer holds a real vector).

While at it, also make the "allocated vector for irq" message more
useful and occur when what it says really happened.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/io_apic.c